|
| void | digipot10_cfg_setup (digipot10_cfg_t *cfg) |
| | DIGI POT 10 configuration object setup function.
|
| void | digipot10_drv_interface_sel (digipot10_cfg_t *cfg, digipot10_drv_t drv_sel) |
| | DIGI POT 10 driver interface setup function.
|
| err_t | digipot10_init (digipot10_t *ctx, digipot10_cfg_t *cfg) |
| | DIGI POT 10 initialization function.
|
| err_t | digipot10_default_cfg (digipot10_t *ctx) |
| | DIGI POT 10 default configuration function.
|
| err_t | digipot10_write_reg (digipot10_t *ctx, uint8_t reg, uint16_t data_in) |
| | DIGI POT 10 write register function.
|
| err_t | digipot10_read_reg (digipot10_t *ctx, uint8_t reg, uint16_t *data_out) |
| | DIGI POT 10 read register function.
|
| err_t | digipot10_increment_wiper (digipot10_t *ctx, uint8_t reg) |
| | DIGI POT 10 increment wiper function.
|
| err_t | digipot10_decrement_wiper (digipot10_t *ctx, uint8_t reg) |
| | DIGI POT 10 decrement wiper function.
|
| err_t | digipot10_soft_reset (digipot10_t *ctx) |
| | DIGI POT 10 software reset function.
|
| err_t | digipot10_set_wiper_0 (digipot10_t *ctx, uint16_t wiper) |
| | DIGI POT 10 set wiper 0 function.
|
| err_t | digipot10_set_wiper_1 (digipot10_t *ctx, uint16_t wiper) |
| | DIGI POT 10 set wiper 1 function.
|
This file contains API for DIGI POT 10 Click Driver.